body{
  display: flex;
justify-content: center;
  height:100%;
background-image: url('../img/123.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color:#f0efce;
align-items: center;
}